Cache

data class Cache(cacheId: CacheId, securityOrigin: String, cacheName: String)

Cache identifier.

Constructors

Cache
Link copied to clipboard
fun Cache(cacheId: CacheId, securityOrigin: String, cacheName: String)

Properties

cacheId
Link copied to clipboard
val cacheId: CacheId
An opaque unique id of the cache.
cacheName
Link copied to clipboard
val cacheName: String
The name of the cache.
securityOrigin
Link copied to clipboard
val securityOrigin: String
Security origin of the cache.

Sources

jvm source
Link copied to clipboard